←Select platform

ListWithEvents<T> Class Members

Summary

The following tables list the members exposed by ListWithEvents<T>.

Public Constructors

Name Description
Public Constructor ListWithEvents<T> Initializes a new instance of the ListWithEvents<T> class.

Public Methods

Name Description
Public Method Add Adds an object to the end of the ListWithEvents<T>.
Public Method AddRange Adds the elements of the specified collection to the end of the ListWithEvents<T>.
Public Method Clear Removes all elements from the ListWithEvents<T>.
Public Method Contains Determines whether an element is in the ListWithEvents<T>.
Public Method CopyTo Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array..
Public Method GetEnumerator Returns an enumerator that iterates through the ListWithEvents<T>.
Public Method IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ListWithEvents<T>.
Public Method Insert Inserts an element into the ListWithEvents<T> at the specified index.
Public Method Remove Removes the first occurrence of a specific object from the ListWithEvents<T>.
Public Method RemoveAt Removes the element at the specified index of the ListWithEvents<T>.

Public Properties

Name Description
Public Property Count Gets the number of elements actually contained in the ListWithEvents<T>.
Public Property IsReadOnly Gets a value indicating whether the list is read-only.
Public Property Item Gets or sets the element at the specified index.

Public Events

Name Description
Public Event ItemAdded Occurs when an item is added to the list.
Public Event ItemRemoved Occurs when an item is removed from the list.
Public Event ItemUpdated Occurs when an item in the list is changed.

See Also

ListWithEvents<T> Class

Leadtools.Medical.Workstation Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.